This repository consists of python scripts for implementing [Fourier-Motzkin Elimination method](https://en.wikipedia.org/wiki/Fourier%E2%80%93Motzkin_elimination) for removing variables from a set of linear equations. 

Even though there exists similar software (e.g. see [link 1](http://web.cse.ohio-state.edu/~pouchet.2/software/fm/), [link 2](https://github.com/coldfix/cfme), [link 3](https://github.com/stephane-caron/SymPyFME)), We could not find
a reasonably general python script that includes a a terminal based user interface.

Directory structure:

When first opening the folder we see 'Pyfomo' which contain the program and we see 'convexhull.log'

When opening 'pyfomo' we see the 'test' folder which contains the source files in the 'src' folder and the other excutable files are also found in the 'test' folder.